home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TCONFIRMREPLACEDIALOG / TCONFIRMREPLACEDIALOG.txt
Text File  |  2002-03-16  |  1KB  |  72 lines

  1. object ConfirmReplaceDialog: TConfirmReplaceDialog
  2.   Left = 176
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirm replace'
  6.   ClientHeight = 98
  7.   ClientWidth = 328
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblConfirmation: TLabel
  20.     Left = 60
  21.     Top = 12
  22.     Width = 261
  23.     Height = 44
  24.     AutoSize = False
  25.     WordWrap = True
  26.   end
  27.   object Image1: TImage
  28.     Left = 16
  29.     Top = 16
  30.     Width = 32
  31.     Height = 32
  32.   end
  33.   object btnReplace: TButton
  34.     Left = 8
  35.     Top = 67
  36.     Width = 75
  37.     Height = 23
  38.     Caption = '&Yes'
  39.     Default = True
  40.     ModalResult = 6
  41.     TabOrder = 0
  42.   end
  43.   object btnSkip: TButton
  44.     Left = 87
  45.     Top = 67
  46.     Width = 75
  47.     Height = 23
  48.     Caption = '&No'
  49.     ModalResult = 7
  50.     TabOrder = 1
  51.   end
  52.   object btnCancel: TButton
  53.     Left = 166
  54.     Top = 67
  55.     Width = 75
  56.     Height = 23
  57.     Cancel = True
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 2
  61.   end
  62.   object btnReplaceAll: TButton
  63.     Left = 245
  64.     Top = 67
  65.     Width = 75
  66.     Height = 23
  67.     Caption = 'Yes to &all'
  68.     ModalResult = 10
  69.     TabOrder = 3
  70.   end
  71. end
  72.